Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 2 - Core Printing Features / Core Printing Features Reference
Constants and Data Types


QuickDraw GX Printing-Related Objects

QuickDraw GX provides you with access to printing-related objects through references. The contents of the structures are private.

You access a job object through a job object reference:

typedef struct gxPrivateJobRecord *gxJob;
You access printer objects through a printer object reference:

typedef struct gxPrivatePrinterRecord *gxPrinter;
You access a format object through a format object reference:

typedef struct gxPrivateFormatRecord *gxFormat;
You access a paper-type object through a paper-type object reference:

typedef struct gxPrivatePaperTypeRecord *gxPaperType;
You access a print file object through a print file object reference:

typedef struct gxPrivatePrintFileRecord *gxPrintFile;
QuickDraw GX also provides the job, format, and paper-type collection objects. You access collection objects through a collection object reference:

typedef struct PrivateCollectionRecord *Collection;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help